type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToInt8

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L246: 			return scanPlanTextAnyToInt8{}
		int.go#L809: 			return scanPlanTextAnyToInt8{}
		int.go#L1383: 			return scanPlanTextAnyToInt8{}
		int.go#L1757: type scanPlanTextAnyToInt8 struct{}
		int.go#L1759: func (scanPlanTextAnyToInt8) Scan(src []byte, dst any) error {